
@font-face {
    font-family: Montserrat-Black;
    src: url(../fonts/Montserrat-Black.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: Lato-Black;
    src: url(../fonts/Lato-Black.ttf);
}
@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-Light;
    src: url(../fonts/Lato-Light.ttf);
}
:root{
    --main-bg: #151814;
    --header-bg: #20251f;
    --main-color: #FFFFFF;
    --intro-color: #d8d8d8;
    --active-color: #78A529;
    --lato-black: Lato-Black, sans-serif;
    --lato-bold: Lato-Bold, sans-serif;
    --lato-reg:Lato-Regular, sans-serif;
    --lato-light:Lato-Light, sans-serif;
    --monts-black: Montserrat-Black, sans-serif;
    --monts-bold: Montserrat-Bold, sans-serif;
    --monts-med: Montserrat-Medium, sans-serif;
    --monts-reg: Montserrat-Regular, sans-serif;
    --monts-light: Montserrat-Light, sans-serif;

}
*{
    color: var(--main-color);
}

::-webkit-scrollbar{
    background:var(--main-bg);
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: var(--active-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

body{
    background: var(--header-bg);
}
a,button, .burger{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.main{
    flex: 1 1 auto;
    position: relative;
}

.container{
    max-width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
}
.block{
    padding: 30px 0;
    margin-top: -1px;
}
.gress, .gress_dark{
    position: relative;
    bottom: 0;
    width: 100vw;
    height: 25px;
    margin-top: -23px;
    background: url(../img/background_grass.svg);
    z-index: 8;
}
.gress_dark{
    background: url(../img/background_grass_dark.svg);
}
.title {
    font-size: 36px;
    line-height: 110%;
    font-family: var(--monts-med);
}
.title span{
    color: var(--active-color);
}
.text{
    color: var(--intro-color);
    font-size: 16px;
    line-height: 200%;
    font-family: var(--monts-reg);
}



.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header__body{
    position: relative;
    height: 0;
}

.header__logo {
    width: 300px;
    height: 180px;
    position: relative;
    z-index: 11;
}
.header__logo-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
.header__logo-bg{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/header-background.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    left: -15%;
    width: 120%;
    height: 170px;
}


.header__logo img{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 150px;
    z-index: 12;
}


.header__menu {
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background: var(--header-bg);
    width: 100vw;
    height: 100vh;
    margin-top: -180px;
    padding: 180px 20px 20px 20px;

}

.header__list-item {
    padding: 5px 0;
}
.header__link, .header__btn-link{
    font-size: 16px;
    font-family: var(--monts-reg);
    line-height: 200%;
    text-transform: uppercase;
}
.header__box-btn{
    margin-top: 10px;
    display: flex;
    gap: 0 10px;
}
.header__btn-link{
    flex: 1 1 48%;
    text-align: center;
    display: block;
    padding: 5px 15px;
    background: #78A529;
    white-space: nowrap;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.header__call_pc{
    display: none;
}

@media  (max-width: 1024px){
    .header > .container{
        padding: 0;
    }
}
@media (min-width: 992px){
    .header__menu {
        opacity: 0;
        visibility: hidden;
        
        z-index: 9;
        background: var(--header-bg);
        width: 100vw;
        height: 100vh;
        margin-top: -180px;
        padding: 180px 50px 20px 50px;
    
    }
    .header__box-btn{
        margin-top: 10px;
        display: flex;
        gap: 0 10px;
    }
    .header__btn-link{
        flex: 0 0 200px;
        text-align: center;
    }.header__menu {
        opacity: 0;
        visibility: hidden;
        
        z-index: 9;
        background: var(--header-bg);
        width: 100vw;
        height: 100vh;
        margin-top: -180px;
        padding: 180px 50px 20px 50px;
    
    }
    
    .header__box-btn{
        margin-top: 10px;
        display: flex;
        gap: 0 10px;
    }
    .header__btn-link{
        flex: 0 0 200px;
        text-align: center;
    }
}


.burger{
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 5px;
    z-index: 11;
}

.burger__line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.burger__line--1 {
    top: 0;
}
.burger__line--2, .burger__line--3 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.burger__line--4 {
    bottom: 0;
}
.burger._active .burger__line--1, .burger._active .burger__line--4{
    opacity: 0;
}
.burger._active .burger__line--2{
    transform: translateY(50%) rotate(45deg);
    -webkit-transform: translateY(50%) rotate(45deg);
    -moz-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    -o-transform: translateY(50%) rotate(45deg);
}   
.burger._active .burger__line--3{
    transform: translateY(50%) rotate(-45deg);
    -webkit-transform: translateY(50%) rotate(-45deg);
    -moz-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    -o-transform: translateY(50%) rotate(-45deg);
} 





.intro {
    background: url(../img/intro-bg-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}

.intro__body{
    padding-top: 230px;
    padding-bottom: 60px;
}
.intro__title {
    font-size: 36px;
    line-height: 100%;
    font-family: var(--monts-med);
    text-align: center;
    margin-bottom: 25px;
}
.intro__title span{
    color: var(--active-color);
}
.intro__subtitle {
    color: var(--intro-color);
    font-size: 16px;
    line-height: 200%;
    font-family: var(--monts-reg);
    
}



.service__body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.service__column {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    text-align: center;
    padding: 10px;
    position: relative;
}
.service__column-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.service__column-img {
    width: 60px;
    height: 60px;
    margin-bottom: 17px;
}
.service__column-img {
    width: 100%;
    margin-bottom: 17px;
}
.service__column-title {
    flex: 1 1 100%;
    color: var(--active-color);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 143%;
    margin-bottom: 14px;
    font-family: var(--lato-black);
    font-weight: 700;
}
.service__column-link-img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    text-align: center;
}





.about__body{
    display: flex;
    flex-direction: column-reverse;
}

.about__column-title {
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--intro-color);
    margin-bottom: 15px; 
}

.about__column-img {
    margin-bottom: 25px;
}
.about__column-img img{
    width: 100%;
}

.about__link {
    margin: 20px 0;
    display: block;
    color: var(--active-color);
}
.about__link img{
    margin-left: 5px;
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}



.portfolio,
.other{
    margin-top: -3px;
    background-color: #151814;
}
.portfolio__title,
.other__title{
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--intro-color);
    margin-bottom: 30px;
}

.portfolio__columns,
.other__columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.portfolio__column,
.other__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #20251f;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    position: relative;
}
.portfolio__column-link,
.other__column-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.portfolio__column:nth-child(1),
.portfolio__column:nth-child(4),
.portfolio__column:nth-child(7),
.other__column:first-child {
    width: 100vw;
    height: 95vw;
}
.portfolio__column:nth-child(1){
    background: url(../img/portfolio-card-one.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio__column:nth-child(2),
.portfolio__column:nth-child(3),
.portfolio__column:nth-child(5),
.portfolio__column:nth-child(6),
.other__column:nth-child(2),
.other__column:nth-child(3) {
    width: 45vw;
    height: 45vw;
}
.portfolio__column:nth-child(2){
    background: url(../img/portfolio-card-two.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio__column:nth-child(3){
    background: url(../img/portfolio-card-three.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio__column:nth-child(4){
    background: url(../img/lis-nos/lis-nos-40.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio__column:nth-child(5){
    background: url(../img/onegin/omegin-12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio__column:nth-child(6){
    background: url(../img/zercalo/zercal-7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio__column:nth-child(7){
    background: url(../img/lenin/leninsk-13.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio__column-title,
.other__column-title {
    font-size: 19px;
    font-family: var(--monts-reg);
    margin-bottom: 5px;
}
.portfolio__column-img,
.other__column-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}


.contact{
    background: var(--main-bg);
}
.contact__title {
    margin-bottom: 25px;
}

.contact__description-link {
    color: var(--active-color);
}
.contact__description-link-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}


.footer{
    background: var(--main-bg) url(../img/footer_background.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 500px;
 }
.footer__body {
    text-align: center;
}
.footer__img {
    margin: 0 auto;
    width: 100px;
    height: 80px;
}
.footer__img img{
    width: 100%;
}
.footer__column-link {
    display: block;
}

.footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 10px;
}
.footer__list-item-link img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.footer__text {
    color: var(--active-color);
}
.back {
    padding: 5px 0;
    background: var(--main-bg);
    margin-top: -1px;
}

.back__link {
    display: block;
    color: var(--active-color);
    text-align: center;
}

.back__link-img {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    object-fit: contain;
}



.hero_decor{
    width: 100vw;
    background: url(../img/decor_bg-min.jpg);
    background-repeat: no-repeat;
    background-position: ещз;
    background-size: cover;
}
.hero_service{
    width: 100vw;
    background: url(../img/service_bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_treatment{
    width: 100vw;
    background: url(../img/treatment_bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.hero_consultation{
    width: 100vw;
    background: url(../img/consultation_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_contact{
    width: 100vw;
    background: url(../img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_vacansiy{
    width: 100vw;
    background: url(../img/service_bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_trinity{
    width: 100vw;
    background: url(../img/trinity_bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_lis{
    width: 100vw;
    background: url(../img/lis-nos/lis-nos-37.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_oneg{
    width: 100vw;
    background: url(../img/onegin/omegin-15.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_zerc{
    width: 100vw;
    background: url(../img/zercalo/zercal-15.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_lenin{
    width: 100vw;
    background: url(../img/lenin/leninsk-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_vsevolozhsk{
    width: 100vw;
    background: url(../img/vsevolozhsk_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_crown{
    width: 100vw;
    background: url(../img/crown-bg-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero_about{
    width: 100vw;
    background: url(../img/about-bg-min.jpg);
    background-repeat: no-repeat;
    background-position: bottom ;
    background-size: cover;
    height: 50vh;
}
.hero__body {
    padding-top: 190px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.hero__title {
    font-size: 40px;
    text-align: center;
    font-family: var(--monts-reg);
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.157);
}



.offer{
    margin-top: -3px;
    background: var(--main-bg);
}
.offer__column-title {
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--intro-color);
    margin-bottom: 25px;
}

.offer__column-link {
    display: block;
    color: var(--active-color);
    margin-bottom: 20px;
}
.offer__column-link img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-left: 10px;
}
.other{
    background: var(--main-bg);
}
.other__body{
    padding-bottom: 30px;
}
.offer__column-list {
}
.offer__column-list-item {
    padding-left: 30px;
    position: relative;
}
.offer__column-list-item::after{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--active-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.offer__column-price {
    color: var(--active-color);
    font-size: 20px;
    font-family: var(--monts-med);
    font-weight: 500;
}

.other__column_consultation{
    background: url(../img/other-card-one.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.other__column_service{
    background: url(../img/other-card-two.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.other__column_treatment{
    background: url(../img/other-card-three.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.other__column_decor{
    background: url(../img/other-card-decor.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.offer__column-text_contact{
    margin-bottom: 20px;
}
.offer__column-item_contact{
    color: var(--active-color);
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
.offer__column-item-link{
    display: block;
    font-size: 18px;
}
.offer__container {
}
.offer__log-form {
}
.offer__form{
    display: flex;
    flex-direction: column;
}

.offer__form-input, .offer__form-textarea{
    color: var(--intro-color);
    font-family: var(--lato-reg);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    padding: 12px;
    background: var(--main-color);
    border: 2px solid var(--active-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 20px;
}
.offer__form-input:focus, .offer__form-textarea:focus{
    box-shadow: 0 0 10px var(--active-color);
}
.offer__form-textarea {
    height: 150px;
}
.examinatio{
    color:rgb(189, 9, 51);
}
.offer__form-btn {
    display: block;
    color: var(--main-color);
    font-size: 22px;
    background: var(--active-color);
    margin-bottom: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
}
.offer__box-agreement{
    margin-bottom: 20px;
}
.offer__form-agreement{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.successful{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index:9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.successful._active{
    opacity: 1;
    visibility:visible;
}
.successful__area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index:9;
    background-color: #1518146c;
}
.successful__body{
    position: fixed;
    top: 25%;
    left: 50%;
    width: 90vw;
    height: 90vw;
    transform: translate(-50%);
    background: var(--header-bg);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    z-index:9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid var(--active-color);
    padding: 10px;
    box-shadow: 0 0 10px  #0000006c;
}

.successful__clouse{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 60px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    cursor: pointer;
}
.successful__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:  100%;
    font-family: var(--monts-light);
}
.successful__name {
    color: var(--main-color);
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    
}
.successful__name span{
    color: var(--active-color);
}
.successful__thanks {
    line-height: 120%;

}


.entry{
    background: var(--main-bg);
    margin-top: -4px;
}
.entry__description {
    margin-bottom: 20px;
}
.entry__title{
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--intro-color);
    margin-bottom: 25px;
}

.entry__gal{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.entry__gal-item{
   
}
.entry__gal-img{
    width: 46vw;
    height: 46vw;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.entry__gal-img_wide{
    width: 94.6vw;
}
.entry__gal-img_long{
    height: 90vw;
}
.entry__gal-text {
    margin: 15px 0;
}



.introduction{
    margin-top: -4px;
    background: var(--main-bg);
}
.introduction__body {
}
.introduction__column {
}
.introduction__column-title {
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--intro-color);
    margin-bottom: 25px;
}
.title {
}
.introduction__column-text {
    margin-bottom: 25px;
}
.text {
}
.introduction__column-gal-link {
}
.introduction__column-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}



.team{
    background: var(--main-bg);
}
.team__title{
    margin-bottom: 30px;
    text-align: center;
}
.team__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.team__card {
    margin: 0 auto;
    text-align: center;
}
.team__card-box-img{
    margin-bottom: 10px;
}
.team__card-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.team__card-name {
    font-size: 22px;
    color: var(--active-color);
    line-height: 140%;
    
}
.team__card-position {
    position: relative;
    margin-bottom: 10px;
}

.reviews{
    background: var(--main-bg);
}
.reviews__title{
    text-align: center;
    margin-bottom: 30px;
}

.reviews__box {
}
.reviews__btn-slider {
    display: none;
}
.reviews__swiper-button-prev {
}
.reviews__swiper-button-next {
}
.reviews__pagination{
    position: relative;
    margin-top: 25px;
}
.swiper-pagination-bullet-active{
    background: var(--active-color);
}

.reviews__swiper {
    margin-bottom: 30px;
}
.reviews__wrapper {
}
.reviews__box-buttons{
    display: none;
}
.reviews__slide {
    padding: 20px;
    background: var(--header-bg);
    height: 100%;
    width: 100vw;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 2px solid var(--active-color);
}
.reviews__slide-name {
    font-size: 24px;
    color: var(--active-color);
}
.reviews__card-rating {
    font-size: 24px;
    color:gold;
    margin-bottom: 5px;
}
.reviews__slide-text {
}
.vakansii{
    margin-top: -1px;
    background: var(--main-bg);
    padding: 30px 0;
}
.vakansii__title{
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--intro-color);
    margin-bottom: 25px;
}
.vakansii__card-title,
.vakansii__card-title > span{
    font-size: 24px;
    font-family: var(--lato-bold);
    margin-bottom: 20px;
}
.vakansii__card-title > span{
    color: var(--active-color);
}
.vakansii__card-box-text{
    margin-bottom: 20px;
}
.vakansii__card-mini-title{
    color: var(--main-color);
    font-size: 18px;
}
.offer__column_vakansi{
    margin-bottom: 20px;
}
.vakansii__card-link{
    color: var(--main-color);
    font-size: 18px;
    padding: 10px 30px;
    background: var(--active-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}